View Javadoc

1   /***
2    * AuthorizationService.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis WSDL2Java emitter.
6    */
7   
8   package org.opensciencegrid.authz.stubs;
9   
10  public interface AuthorizationService extends javax.xml.rpc.Service {
11  
12      // FNAL Privilege Project Authorization Service
13      public java.lang.String getAuthorizationServicePortAddress();
14  
15      public org.opensciencegrid.authz.stubs.SAMLRequestPortType getAuthorizationServicePort() throws javax.xml.rpc.ServiceException;
16  
17      public org.opensciencegrid.authz.stubs.SAMLRequestPortType getAuthorizationServicePort(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
18  }